Release 10.1A: OpenEdge Development:
ADM Reference


set-attribute-list

Accepts the value of the complete object attribute list and runs procedures to set individual attributes.

Location: admweb.p

Parameters:

INPUT p-attr-list AS CHARACTER

A comma-separated attribute list with the format name=value. Typical attributes are web–timeout, web–state, and web–timeout–handler. In addition, other names can be used provided that the special–get–attribute procedure to handle them exists in the target procedure.

Returns: None

Notes: Not all attributes are settable. Those that are a part of an event such as enable/disable (which set ENABLED on/off) or hide/view (which set HIDDEN on/off), can be queried through getAttribute, but are read-only.

Examples:

RUN set-attribute-list ("web-state=persistent, web-timeout=60"). 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095